翻訳と辞書
Words near each other
・ GNU General Public License
・ GNU GLOBAL
・ GNU Gnubik
・ GNU Go
・ GNU GRUB
・ GNU Guile
・ GNU Guix
・ GNU Health
・ GNU Hello
・ Gnu High
・ GNU Hurd
・ GNU IceCat
・ GNU Interpreter for Java
・ GNU Lesser General Public License
・ GNU LibreJS
GNU Libtool
・ GNU lightning
・ GNU Linear Programming Kit
・ GNU linker
・ GNU m4
・ GNU Mach
・ GNU Mailman
・ GNU Manifesto
・ GNU MIX Development Kit
・ GNU MPFR
・ GNU Multiple Precision Arithmetic Library
・ GNU nano
・ GNU Octave
・ GNU Oleo
・ GNU Paint


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GNU Libtool : ウィキペディア英語版
GNU Libtool

GNU Libtool is a computer programming tool from the GNU build system used for creating portable compiled libraries.
== Rationale ==

Different operating systems handle shared libraries in different ways, and some platforms do not use shared libraries at all. It can be difficult to make a software program portable: the C compiler differs from system to system; certain library functions are missing on some systems; header files may have different names. One way to handle this is to write conditional code, with code blocks selected by means of preprocessor directives (#ifdef); but because of the wide variety of build environments this approach quickly becomes unmanageable. The GNU build system is designed to address this problem more manageably.
Libtool helps manage the creation of static and dynamic libraries on various Unix-like operating systems. Libtool accomplishes this by abstracting the library-creation process, hiding differences between various systems (e.g. GNU/Linux systems vs. Solaris).
GNU Libtool is designed to simplify the process of compiling a computer program on a new system, by "encapsulating both the platform-specific dependencies, and the user interface, in a single script".〔(Libtool Manual )〕 When porting a program to a new system, Libtool is designed so the porter need not read low-level documentation for the shared libraries to be built, rather just run a ''configure'' script (or equivalent).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GNU Libtool」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.